Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODObjectNameSpace


CreateIterator

The CreateIterator method creates an object iterator for the entries in this object name space.

ODObjectIterator CreateIterator ();
return value
A reference to an object iterator for iterating over the entries in this object name space.
DISCUSSION
You call this method when you need to apply an operation to all the entries of this name space.

While you are using the returned object iterator, you must not modify this object name space; in particular, you must not register or unregister entries and you must not delete this object name space.

You must delete the returned object iterator when it is no longer needed.

SEE ALSO
The ODObjectIterator class (page 446).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help